home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / daemons / syslog_f.z / syslog_f / syslogd / RCS / pathnames.h,v < prev    next >
Encoding:
Text File  |  1993-03-17  |  2.5 KB  |  89 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @ * @;
  6.  
  7.  
  8. 1.2
  9. date    93.03.17.19.53.32;    author negaard;    state Exp;
  10. branches;
  11. next    1.1;
  12.  
  13. 1.1
  14. date    93.03.17.19.51.01;    author negaard;    state Exp;
  15. branches;
  16. next    ;
  17.  
  18.  
  19. desc
  20. @Paths to standard files.
  21. @
  22.  
  23.  
  24. 1.2
  25. log
  26. @Changes for linux.
  27. @
  28. text
  29. @/*
  30.  * Copyright (c) 1989 The Regents of the University of California.
  31.  * All rights reserved.
  32.  *
  33.  * Redistribution and use in source and binary forms, with or without
  34.  * modification, are permitted provided that the following conditions
  35.  * are met:
  36.  * 1. Redistributions of source code must retain the above copyright
  37.  *    notice, this list of conditions and the following disclaimer.
  38.  * 2. Redistributions in binary form must reproduce the above copyright
  39.  *    notice, this list of conditions and the following disclaimer in the
  40.  *    documentation and/or other materials provided with the distribution.
  41.  * 3. All advertising materials mentioning features or use of this software
  42.  *    must display the following acknowledgement:
  43.  *    This product includes software developed by the University of
  44.  *    California, Berkeley and its contributors.
  45.  * 4. Neither the name of the University nor the names of its contributors
  46.  *    may be used to endorse or promote products derived from this software
  47.  *    without specific prior written permission.
  48.  *
  49.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  50.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  51.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  52.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  53.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  54.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  55.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  56.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  57.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  58.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  59.  * SUCH DAMAGE.
  60.  *
  61.  *    @@(#)pathnames.h    5.4 (Berkeley) 9/29/90
  62.  */
  63.  
  64. #include <paths.h>
  65.  
  66. #ifndef _PATH_KLOG
  67. # define    _PATH_KLOG    "/dev/klog"
  68. #endif
  69. #ifndef _PATH_LOGCONF
  70. # define    _PATH_LOGCONF    "/etc/syslog.conf"
  71. #endif
  72. #ifndef _PATH_LOGPID
  73. # define    _PATH_LOGPID    "/var/run/syslog.pid"
  74. #endif
  75. @
  76.  
  77.  
  78. 1.1
  79. log
  80. @Initial revision
  81. @
  82. text
  83. @d38 9
  84. a46 3
  85. #define    _PATH_KLOG    "/dev/klog"
  86. #define    _PATH_LOGCONF    "/etc/syslog.conf"
  87. #define    _PATH_LOGPID    "/var/run/syslog.pid"
  88. @
  89.